From 23f90e3d67073b9b2c6ae3e2005adf71256296f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Wed, 5 Jul 2017 13:09:32 +0200 Subject: [PATCH] centerbox: Add some missing return value annotations --- gtk/gtkcenterbox.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkcenterbox.c b/gtk/gtkcenterbox.c index 4a65b9d96a..ee2fa3592e 100644 --- a/gtk/gtkcenterbox.c +++ b/gtk/gtkcenterbox.c @@ -799,7 +799,7 @@ gtk_center_box_set_end_widget (GtkCenterBox *self, * * Gets the start widget. * - * Returns: the start widget. + * Returns: (transfer none): the start widget. * * Since: 3.92 */ @@ -815,7 +815,7 @@ gtk_center_box_get_start_widget (GtkCenterBox *self) * * Gets the center widget. * - * Returns: the center widget. + * Returns: (transfer none): the center widget. * * Since: 3.92 */ @@ -831,7 +831,7 @@ gtk_center_box_get_center_widget (GtkCenterBox *self) * * Gets the end widget. * - * Returns: the end widget. + * Returns: (transfer none): the end widget. * * Since: 3.92 */ -- 2.30.2